home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 103 / PC Format Issue 103 (Christmas 1999) Cover CD Disc 1.iso / share / 3space / TGSFront.ini < prev   
INI File  |  1998-04-08  |  2KB  |  116 lines

  1. ;
  2. ;  Initialization file for TGSFront.exe
  3. ;
  4. [ProductInfo]
  5.  
  6. ;
  7. ; Directory for misc files such as bitmaps
  8. ; Relative paths start from the location of the executable
  9. ; To use a relative path you must start with either .\ or ..\
  10. ;
  11. MiscDirectory=./misc
  12.  
  13. ;
  14. ; Name of product
  15. ; This will show up as the title of the application
  16. ;
  17. ProductName=TGS 3Space Publisher
  18.  
  19. ;
  20. ; Bitmap for large image
  21. ; Dimensions for TGSFront.bmp is 346x300
  22. ; In general the dimension for this bitmap should close to 350x300
  23. ;
  24. LargeBitmap=TGSFront.bmp
  25.  
  26. ;
  27. ; Bitmap for product name image
  28. ; Dimensions for 3sp.bmp is 360x63
  29. ; In general the dimension for this bitmap should close to 350x64
  30. ;
  31. ProductNameBitmap=3sp.bmp
  32.  
  33. ;
  34. ; Bitmap for company name image
  35. ; Dimensions for TGS.bmp is 282x25
  36. ; In general the dimension for this bitmap should close to 300x25
  37. ;
  38. CompanyNameBitmap=TGS.bmp
  39.  
  40. ;
  41. ; Background color
  42. ;   Should be the same color as the background of the large image
  43. ;   Default value is 192 192 192
  44. ;
  45. SetDialogBkColor=255 255 255
  46.  
  47. [ButtonInfo]
  48. ;
  49. ; Number of buttons (1-5)
  50. ;
  51. Count=5
  52.  
  53. ;
  54. ; Exit button flag
  55. ;
  56. Button1Exit=FALSE
  57. ;
  58. ; lpFile parameter for ShellExecute
  59. ;
  60. Button1lpFile=.\disk1\setup.exe
  61. ;
  62. ; lpParameter parameter for ShellExecute
  63. ;
  64. Button1lpParameter=
  65. ;
  66. ; lpDirectory parameter for ShellExecute
  67. ;
  68. Button1lpDirectory=.\disk1
  69. ;
  70. ; Bitmap for up button
  71. ; Dimensions for InstallUp.bmp and all other buttons is 128x64
  72. ; In general the dimension for this bitmap should close to 128x64
  73. ;
  74. Button1BitmapUp=InstallUp.bmp
  75. ;
  76. ; Bitmap for down button
  77. ;
  78. Button1BitmapDown=InstallDown.bmp
  79. ;
  80. ; Bitmap for highlight button
  81. ;
  82. Button1BitmapHilit=InstallHilit.bmp
  83.  
  84. Button2Exit=FALSE
  85. Button2lpFile=explorer
  86. Button2lpParameter=.
  87. Button2lpDirectory=.
  88. Button2BitmapUp=ExploreUp.bmp
  89. Button2BitmapDown=ExploreDown.bmp
  90. Button2BitmapHilit=ExploreHilit.bmp
  91.  
  92. Button3Exit=FALSE
  93. Button3lpFile=.\readme.txt
  94. Button3lpParameter=
  95. Button3lpDirectory=.\disk1
  96. Button3BitmapUp=ReadmeUp.bmp
  97. Button3BitmapDown=ReadmeDown.bmp
  98. Button3BitmapHilit=ReadmeHilit.bmp
  99.  
  100. Button4Exit=FALSE
  101. Button4lpFile=.\Getting_Started.html
  102. Button4lpParameter=
  103. Button4lpDirectory=.
  104. Button4BitmapUp=StartedUp.bmp
  105. Button4BitmapDown=StartedDown.bmp
  106. Button4BitmapHilit=StartedHilit.bmp
  107.  
  108. Button5Exit=TRUE
  109. Button5lpFile=
  110. Button5lpParameter=
  111. Button5lpDirectory=
  112. Button5BitmapUp=ExitUp.bmp
  113. Button5BitmapDown=ExitDown.bmp
  114. Button5BitmapHilit=ExitHilit.bmp
  115.  
  116.